Skip to content

refactor: delete info isn't allowed reflection-auto-namespaces #526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TheoMeunier
Copy link

Following a test I noticed that the annotation is mandatory for sharing secrets between namespaces reflection-auto-namespaces

apiVersion: v1
kind: Secret
metadata:
  name: xxx-docker-creds
  namespace: whatever
  annotations:
    reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true"
    reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
    reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "*"
type: kubernetes.io/dockerconfigjson
data:
  .dockerconfigjson: "redacted"
 kubectl logs -l app.kubernetes.io/name=reflector -n reflector
2025-06-28 18:59:49.701 +00:00 [INF] (ES.Kubernetes.Reflector.Watchers.NamespaceWatcher) Requesting V1Namespace resources
2025-06-28 18:59:49.733 +00:00 [INF] (ES.Kubernetes.Reflector.Watchers.SecretWatcher) Requesting V1Secret resources
2025-06-28 18:59:49.762 +00:00 [INF] (ES.Kubernetes.Reflector.Watchers.ConfigMapWatcher) Requesting V1ConfigMap resources
2025-06-28 18:59:49.787 +00:00 [INF] (Microsoft.Hosting.Lifetime) Now listening on: http://[::]:8080
2025-06-28 18:59:49.787 +00:00 [INF] (Microsoft.Hosting.Lifetime) Application started. Press Ctrl+C to shut down.
2025-06-28 18:59:49.787 +00:00 [INF] (Microsoft.Hosting.Lifetime) Hosting environment: Production
2025-06-28 18:59:49.787 +00:00 [INF] (Microsoft.Hosting.Lifetime) Content root path: /app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant